Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.54 KB

Clear-AadrmSuperUserGroup.md

File metadata and controls

54 lines (34 loc) · 1.54 KB
external help file online version schema ms.assetid
Microsoft.RightsManagementServices.Online.Admin.PowerShell.dll-Help.xml
2.0.0
F4A1DD4B-C8B9-4FA8-A809-388F01C0A0F0

Clear-AadrmSuperUserGroup

SYNOPSIS

Removes the super user group for your organization.

SYNTAX

Clear-AadrmSuperUserGroup [<CommonParameters>]

DESCRIPTION

[!INCLUDE AADRM is deprecated]

The Clear-AadrmSuperUserGroup cmdlet removes the super user group for your organization.

This cmdlet does not affect users that are individually assigned the super user privilege with the Add-AadrmSuperUser cmdlet.

You must use PowerShell to configure super users; you cannot do this configuration by using a management portal.

EXAMPLES

Example 1: Remove the super user group

PS C:\>Clear-AadrmSuperUserGroup

This command removes the super user group, if one exists, for the organization.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Add-AadrmSuperUser

Get-AadrmSuperUserGroup

Set-AadrmSuperUserGroup